home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import <3Dkit/3Dkit.h>
- #import <math.h>
-
-
- @interface WW3DAttributeState:Object
- {
- BOOL hasBoundingBox;
- RtBound boundingBox;
- RtMatrix ctm;
- }
-
- - (BOOL)hasBoundingBox;
- - growBoundingBox:(RtBound *)newBoundingBox;
- - (RtBound *)boundingBox;
-
- - setTransformMatrix:(RtMatrix)tm;
- - getTransformMatrix:(RtMatrix)tm;
-
- @end
-